object frmAbout: TfrmAbout Left = 283 Top = 226 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Screen Saver' ClientHeight = 180 ClientWidth = 376 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object logo: TImage Left = 8 Top = 8 Width = 80 Height = 160 AutoSize = True end object Button1: TButton Left = 294 Top = 146 Width = 75 Height = 23 Caption = '&OK' Default = True TabOrder = 0 OnClick = Button1Click end object Panel2: TPanel Left = 96 Top = 8 Width = 273 Height = 129 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 object Label2: TLabel Left = 8 Top = 8 Width = 257 Height = 54 Alignment = taCenter AutoSize = False Caption = '[ about ]' end object text: TLabel Left = 8 Top = 64 Width = 257 Height = 54 Alignment = taCenter AutoSize = False Caption = '[ client text ]' end end end